home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / wb-tools / iconian / scripts / mwb2ni.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1995-09-18  |  285 b   |  16 lines

  1. /* "mwb2ni" equivalent using Iconian's REXX port! */
  2.  
  3. /* to use, type "rx filename" from the CLI line, or use it for a app/dock icon or in DirOpus!*/
  4.  
  5. options results
  6.  
  7. parse arg filename
  8.  
  9. address ICONIAN.1
  10.  
  11. OPEN filename NEW
  12. proj=result
  13. DOTISSTANDARD
  14. SAVE filename NEWICON
  15. CLOSE FORCE
  16.